From 846e5c6df882f291da30ea82e9627b7ce54c4a48 Mon Sep 17 00:00:00 2001 From: Hannu Nyman Date: Sun, 1 Dec 2024 19:34:24 +0200 Subject: [PATCH] luci-app-wifischedule: Correct dependencies As the app is now javascript-based, depend on luci-base instead of luci-compat. (modified from 3e7fe9f07 and 019e29f20) Signed-off-by: Hannu Nyman --- applications/luci-app-wifischedule/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/luci-app-wifischedule/Makefile b/applications/luci-app-wifischedule/Makefile index 891b41bf5a..0be15bc2c0 100644 --- a/applications/luci-app-wifischedule/Makefile +++ b/applications/luci-app-wifischedule/Makefile @@ -15,7 +15,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=Turns WiFi on and off according to a schedule -LUCI_DEPENDS:=+luci-compat +wifischedule +LUCI_DEPENDS:=+luci-base +wifischedule include ../../luci.mk -- 2.30.2